home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Music Box PC
/
Music Box PC(1995).iso
/
install2.bat
< prev
next >
Wrap
DOS Batch File
|
1995-07-26
|
153b
|
21 lines
@ECHO OFF
if "%1" =="" goto ende
if not "%1" =="1" goto ende
cd disk2
install
cd ..
:ende
exit